home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Glary Utilities
/
gusetup.exe
/
{app}
/
oneclickoptimizer.exe
/
RCDATA
/
TFRMREGISTRY
/
TFRMREGISTRY.txt
Wrap
Text File
|
2010-01-14
|
4KB
|
139 lines
object frmRegistry: TfrmRegistry
Left = 271
Top = 144
AutoScroll = False
Caption = 'Registry Fix'
ClientHeight = 453
ClientWidth = 686
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
DesignSize = (
686
453)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 665
Height = 49
AutoSize = False
Caption =
'Please select registry entry you wish to fix. Click an item with' +
' your right mouse button to view additional options.'
Transparent = True
end
object vtree1: TVirtualDrawTree
Left = 8
Top = 32
Width = 668
Height = 377
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = 5263440
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Header.AutoSizeIndex = 0
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'Tahoma'
Header.Font.Style = []
Header.Height = 20
Header.Options = [hoDrag, hoHotTrack]
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 0
TreeOptions.AutoOptions = [toAutoExpand, toAutoScroll, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoDeleteMovedNodes]
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toDisableDrawSelection, toExtendedFocus, toLevelSelectConstraint, toMiddleClickSelect, toMultiSelect, toRightClickSelect, toSiblingSelectConstraint, toCenterScrollIntoView, toSimpleDrawSelection]
OnChecked = vtree1Checked
OnDrawNode = vtree1DrawNode
OnInitNode = vtree1InitNode
OnResize = vtree1Resize
Columns = <
item
Position = 0
Width = 310
end>
end
object btnOK: TBitBtn
Left = 509
Top = 421
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
object btnCancel: TBitBtn
Left = 603
Top = 421
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object PopupMenu1: TPopupMenu
Left = 312
Top = 112
object SelectAll1: TMenuItem
Action = actSelectall
end
object DeselectAll1: TMenuItem
Action = actDeselectall
end
object InverseSelection1: TMenuItem
Action = actInverse
end
object N1: TMenuItem
Caption = '-'
end
object Ignore1: TMenuItem
Action = actIgnore
end
object N2: TMenuItem
Caption = '-'
end
object OpeninRegedit1: TMenuItem
Action = actRegedit
end
end
object ActionList1: TActionList
Left = 376
Top = 24
object actSelectall: TAction
Caption = 'Select All'
OnExecute = actSelectallExecute
end
object actDeselectall: TAction
Caption = 'Deselect All'
OnExecute = actDeselectallExecute
end
object actInverse: TAction
Caption = 'Inverse Selection'
OnExecute = actInverseExecute
end
object actIgnore: TAction
Caption = 'Ignore'
OnExecute = actIgnoreExecute
end
object actRegedit: TAction
Caption = 'Open in Regedit'
OnExecute = actRegeditExecute
end
end
end